home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 117
/
MacAddict 117.dmg
/
Software
/
Internet & Communication
/
OmniWeb 5.1.3 (trial).dmg
/
OmniWeb.app
/
Contents
/
Resources
/
OZSettings.plist
< prev
next >
Wrap
Text File
|
2006-02-01
|
2KB
|
41 lines
/*
Copyright 2000-2002,2005 Omni Development, Inc. All rights reserved.
$Header: svn+ssh://source.omnigroup.com/Source/svn/Omni/tags/OmniWeb_5_1_3_v563_66/OmniGroup/Internal/Store/OmniZuul/OZSettings.plist 67831 2005-09-02 00:08:17Z kc $
DO NOT PUT APPLICATION-SPECIFIC MODIFICATIONS IN THIS SHARED FILE!
Modify the application specific settings in the application Info-macos.xml
*/
{
LicenseFileKeys = {
Key = NSData;
Owner = NSString;
};
LicensePathUserTranslations = {
"$(NEXT_ROOT)/Library/Application Support/Omni Group/Software Licenses" = "Computer";
"$(HOME)/Library/Application Support/Omni Group/Software Licenses" = "Personal";
"$(NEXT_ROOT)/Network/Library/Application Support/Omni Group/Software Licenses" = "Network";
};
LicenseSearchPath = (
"$(NEXT_ROOT)/Library/Application Support/Omni Group/Software Licenses",
"$(NEXT_ROOT)/Library/SoftwareLicenses",
"$(NEXT_ROOT)/Library/OmniLicenses",
"$(HOME)/Library/Application Support/Omni Group/Software Licenses",
"$(HOME)/Library/SoftwareLicenses",
"$(HOME)/Library/OmniLicenses",
"$(NEXT_ROOT)/Network/Library/Application Support/Omni Group/Software Licenses",
"$(NEXT_ROOT)/Network/Library/SoftwareLicenses",
"$(NEXT_ROOT)/Network/Library/OmniLicenses"
);
OZLicenseFailureWarning = "This application is not licensed or too many users are using the application.";
OZBuyThisAppURL = "https://store.omnigroup.com/";
OZHelpURL = "";
}